home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeleteFile XCMD Stack.cpt / DeleteFile XCMD Stack / background_2706.txt < prev    next >
Text File  |  1989-02-26  |  2KB  |  121 lines

  1. -- background: 2706 from stack: in
  2. -- bmap block id: 3396
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Demo bkgnd
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   show message
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 00
  14. -- high flags: 2000
  15. -- rect: left=27 top=51 right=93 bottom=67
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 20098 / 20098
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Home
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   visual dissolve
  27.   go home
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 2 (button)
  33. -- low flags: 00
  34. -- high flags: A003
  35. -- rect: left=68 top=192 right=213 bottom=167
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: All files
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   DeleteFile
  47.   put the result into message
  48. end mouseUp
  49.  
  50.  
  51. -- part 3 (button)
  52. -- low flags: 00
  53. -- high flags: A003
  54. -- rect: left=191 top=193 right=215 bottom=291
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Stacks
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   DeleteFile "STAK"
  66.   put the result into message
  67. end mouseUp
  68.  
  69.  
  70. -- part 4 (button)
  71. -- low flags: 00
  72. -- high flags: A003
  73. -- rect: left=323 top=194 right=216 bottom=423
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Assorted
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   DeleteFile "STAK","TEXT","PNTG","APPL"
  85.   put the result into message
  86. end mouseUp
  87.  
  88.  
  89. -- part 5 (button)
  90. -- low flags: 00
  91. -- high flags: 2000
  92. -- rect: left=447 top=51 right=93 bottom=487
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 1020 / 1020
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Instructions
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   go to card id 4140
  104. end mouseUp
  105.  
  106.  
  107.  
  108.  
  109. -- part 6 (field)
  110. -- low flags: 80
  111. -- high flags: 0000
  112. -- rect: left=148 top=242 right=262 bottom=361
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 3
  117. -- text size: 10
  118. -- style flags: 0
  119. -- line height: 13
  120. -- part name: reminder
  121.